Skip to content

feat: release version 6.3.7 with skip message handling improvements - #386

Merged
gibiw merged 1 commit into
mainfrom
fix/pytest
Jul 22, 2025
Merged

feat: release version 6.3.7 with skip message handling improvements#386
gibiw merged 1 commit into
mainfrom
fix/pytest

Conversation

@gibiw

@gibiw gibiw commented Jul 22, 2025

Copy link
Copy Markdown
Contributor
  • Fixed a crash issue with TypeError: 'ExceptionChainRepr' object is not subscriptable when handling skip messages in newer pytest versions.
  • Enhanced the plugin to properly handle both old and new formats of longrepr for skip message extraction.
  • Updated version to 6.3.7 in pyproject.toml and added changes to the changelog.

Fixed #385

- Fixed a crash issue with `TypeError: 'ExceptionChainRepr' object is not subscriptable` when handling skip messages in newer pytest versions.
- Enhanced the plugin to properly handle both old and new formats of longrepr for skip message extraction.
- Updated version to 6.3.7 in pyproject.toml and added changes to the changelog.

Fixed #385
@gibiw
gibiw merged commit 5ee08a2 into main Jul 22, 2025
36 checks passed
@gibiw
gibiw deleted the fix/pytest branch July 22, 2025 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'ExceptionChainRepr' object is not subscriptable

1 participant